Click or drag to resize

ContentRange Class

Represents content range.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavContentRange

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class ContentRange

The ContentRange type exposes the following members.

Constructors
  NameDescription
Public methodContentRange
Creates new instance of the ContentRange.
Public methodContentRange(Int32, Int32)
Creates new instance of the ContentRange.
Public methodContentRange(Int32, Int32, Int32)
Creates new instance of the ContentRange.
Top
Properties
  NameDescription
Public propertyEnd
Sets or gets end byte.
Public propertyLength
Sets or gets length.
Public propertyStart
Sets or gets start byte.
Top
Methods
See Also